Click or drag to resize

DirectoryEntryListItem Property (String)

Gets the DirectoryEntry with the specified name.

Namespace:  Independentsoft.IO.StructuredStorage
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public DirectoryEntry this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name.

Return Value

Type: DirectoryEntry
DirectoryEntry.
See Also